home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {"doCommand:" = "doCommand:"; "selectView:" = "selectView:"; };
- SUPERCLASS = Object;
- };
- Installer = {
- ACTIONS = {
- "openPanel:" = "openPanel:";
- "showInfo:" = "showInfo:";
- "showPrefs:" = "showPrefs:";
- };
- OUTLETS = {
- infoViewMenuCell = infoViewMenuCell;
- logViewMenuCell = logViewMenuCell;
- progressViewMenuCell = progressViewMenuCell;
- };
- SUPERCLASS = Object;
- };
-